/* Global CSS 
@ Code By  : Larry
@ Emal     : resinchem@qq.com
@ Update   : 2014-03-19       */
/* CSS Reset */
@charset "utf-8";
body, caption, th, h3, h1, h2, h4, h5, h6, ul, li, ol, dl, dt, dd, input, p, td, table {
	margin:0px;
	padding:0px;
}
caption, th, h3, h1, h2, h4, h5, h6, input {
	font-weight:normal; 
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, small, th, var {
	font-style:normal;
	font-weight:normal;
}
body, button, input, select, textarea {
	font:12px/1.5 Arial, Helvetica, sans-serif;
	color:#fff;
	font-family:"微软雅黑";
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
.clearfix:before,.clearfix:after{
	content:'';
	display:table;
	}
.clearfix:after{
	clear:both;
	}
.clearfix{
	*zoom:1;
}
.fl {
	float:left;
	display: inline;
}
.fr {
	float:right;
}
div {
	word-wrap: break-word;
	word-break: normal;
	padding:0;
	margin:0; }
ol, ul, li {
	list-style:none;
}
img {
	border:0;
	margin:0px;
	padding:0px;
}
a {
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	font-size:12px;
	font-family: 'Roboto', Arial, Verdana;
	outline:none; /*移除虚线框  IE8,FF有用*/
	hide-focus: expression(this.hideFocus=true); /*IE6、IE7*/
}
a:hover {
	color:#437CC4;
	text-decoration:none;
}
a:focus {
	outline:none;
}
.w1000 {
	width: 1000px;
	margin: 0 auto;
}